Set Locale
2015/11/05 |
This is the example for setting system language of your system.
|
|
[1] | Replace to your own language on the example below. |
# show current settings [root@dlp ~]# System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: n/a # show the list of locales [root@dlp ~]# localectl list-locales aa_DJ aa_DJ.iso88591 aa_DJ.utf8 aa_ER aa_ER.utf8 aa_ER.utf8@saaho aa_ER@saaho ... ... ... zh_TW zh_TW.big5 zh_TW.euctw zh_TW.utf8 zu_ZA zu_ZA.iso88591 zu_ZA.utf8 # show settings [root@dlp ~]# System Locale: LANG=ja_JP.UTF-8 VC Keymap: us X11 Layout: n/a |